home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 5
/
inter@ivo 1996-06.iso
/
cybint5
/
bin
/
gordons.dxr
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-13
|
168 b
|
13 lines
on exitFrame
global dir
if rollOver(3) then
if dir = 1 then
go(the frame + 1)
else
go(the frame - 1)
end if
else
go("l")
end if
end